home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5497 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1012 b 

  1. Path: ferengi.prismnet.com!usenet
  2. From: idavis@comland.com (Isaac Davis)
  3. Newsgroups: comp.lang.c++
  4. Subject: Creating a DLL with Borland C++ 4.5
  5. Date: 5 Feb 1996 04:09:09 GMT
  6. Organization: PrismNet - (512)-418-1568
  7. Message-ID: <4f3vt5$f6n@ferengi.prismnet.com>
  8. NNTP-Posting-Host: ppp12.comland.com
  9. X-Newsreader: WinVN 0.91.6
  10.  
  11. I am using Borland C++ 4.5, and am trying to create a DLL.  I have a 
  12. program that I wrote, that pulls data from one file, does a little work on 
  13. it, and exports it to another file. The program works perfectly as an 
  14. .exe, but I would like to make a .dll file out of it, and I am lacking the 
  15. experience.  I have searched the online documentation with Borland's C++, 
  16. and have spent many hours looking through this newsgroup, and searching 
  17. the web for some helpful info, but to no avail.  If anyone knows of a good 
  18. reference, I would be grateful if the could post it.  I know that I can't 
  19. just compile my code into a dll, or can I??? Thanks in advance.
  20. Isaac Davis
  21. idavis@comland.com
  22.